Fixing whitespace problems git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111750 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/fstream b/include/fstream index 1d7d221..0eae705 100644 --- a/include/fstream +++ b/include/fstream 
@@ -122,7 +122,7 @@  void close();  };   -template <class charT, class traits>  +template <class charT, class traits>  void  swap(basic_ofstream<charT, traits>& x, basic_ofstream<charT, traits>& y);   @@ -333,7 +333,7 @@  swap(__rhs);  }   -#endif +#endif // _LIBCPP_MOVE    template <class _CharT, class _Traits>  basic_filebuf<_CharT, _Traits>::~basic_filebuf() @@ -341,14 +341,14 @@  #ifndef _LIBCPP_NO_EXCEPTIONS  try  { -#endif +#endif // _LIBCPP_NO_EXCEPTIONS  close();  #ifndef _LIBCPP_NO_EXCEPTIONS  }  catch (...)  {  } -#endif +#endif // _LIBCPP_NO_EXCEPTIONS  if (__owns_eb_)  delete [] __extbuf_;  if (__owns_ib_) @@ -1035,7 +1035,7 @@  return *this;  }   -#endif +#endif // _LIBCPP_MOVE    template <class _CharT, class _Traits>  inline _LIBCPP_INLINE_VISIBILITY @@ -1180,7 +1180,7 @@  return *this;  }   -#endif +#endif // _LIBCPP_MOVE    template <class _CharT, class _Traits>  inline _LIBCPP_INLINE_VISIBILITY @@ -1325,7 +1325,7 @@  return *this;  }   -#endif +#endif // _LIBCPP_MOVE    template <class _CharT, class _Traits>  inline _LIBCPP_INLINE_VISIBILITY